.Net Framework > v2.0.50727 > System > Windows > Forms > Control Control
Category
Class
Description
Defines the base class for controls, which are components with visual representation.
Assembly
System.Windows.Forms
Character
public
Attributes
NameValue/Assignment
ToolboxItemFilterAttributeSystem.Windows.Forms
DefaultEventAttributeClick
DesignerSerializerAttributeSystem.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
ClassInterfaceAttributeSystem.Runtime.InteropServices.ClassInterfaceType.AutoDispatch
ComVisibleAttributeTrue
DesignerAttributeSystem.Windows.Forms.Design.ControlDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
DefaultPropertyAttributeText
Ancestors
Component > MarshalByRefObject > Object
Implements
IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Descendants
AxHost, ButtonBase, DataGrid, DataGridView, DateTimePicker, GroupBox, Label, ListControl, ListView, MdiClient, MonthCalendar, PictureBox, PrintPreviewControl, ProgressBar, ScrollableControl, ScrollBar, Splitter, StatusBar, TabControl, TextBoxBase, ToolBar, TrackBar, TreeView, WebBrowserBase
Contstructors
Control()
Control(String)
Control(String,Int32,Int32,Int32,Int32)
Control(Control,String)
Control(Control,String,Int32,Int32,Int32,Int32)
Properties
AccessibilityObject
AccessibleDefaultActionDescription
AccessibleDescription
AccessibleName
AccessibleRole
AllowDrop
Anchor
AutoScrollOffset
AutoSize
BackColor
BackgroundImage
BackgroundImageLayout
BindingContext
Bottom
Bounds
CanFocus
CanRaiseEvents
CanSelect
Capture
CausesValidation
CheckForIllegalCrossThreadCalls
ClientRectangle
ClientSize
CompanyName
ContainsFocus
ContextMenu
ContextMenuStrip
Controls
Created
CreateParams
Cursor
DataBindings
DefaultBackColor
DefaultCursor
DefaultFont
DefaultForeColor
DefaultImeMode
DefaultMargin
DefaultMaximumSize
DefaultMinimumSize
DefaultPadding
DefaultSize
DisplayRectangle
Disposing
Dock
DoubleBuffered
Enabled
Focused
Font
FontHeight
ForeColor
Handle
HasChildren
Height
ImeMode
InvokeRequired
IsAccessible
IsDisposed
IsHandleCreated
IsMirrored
LayoutEngine
Left
Location
Margin
MaximumSize
MinimumSize
ModifierKeys
MouseButtons
MousePosition
Name
Padding
Parent
PreferredSize
ProductName
ProductVersion
RecreatingHandle
Region
RenderRightToLeft
ResizeRedraw
Right
RightToLeft
ScaleChildren
ShowFocusCues
ShowKeyboardCues
Site
Size
TabIndex
TabStop
Tag
Text
Top
TopLevelControl
UseWaitCursor
Visible
Width
WindowTarget
Events
AutoSizeChanged
BackColorChanged
BackgroundImageChanged
BackgroundImageLayoutChanged
BindingContextChanged
CausesValidationChanged
ChangeUICues
Click
ClientSizeChanged
ContextMenuChanged
ContextMenuStripChanged
ControlAdded
ControlRemoved
CursorChanged
DockChanged
DoubleClick
DragDrop
DragEnter
DragLeave
DragOver
EnabledChanged
Enter
FontChanged
ForeColorChanged
GiveFeedback
GotFocus
HandleCreated
HandleDestroyed
HelpRequested
ImeModeChanged
Invalidated
KeyDown
KeyPress
KeyUp
Layout
Leave
LocationChanged
LostFocus
MarginChanged
MouseCaptureChanged
MouseClick
MouseDoubleClick
MouseDown
MouseEnter
MouseHover
MouseLeave
MouseMove
MouseUp
MouseWheel
Move
PaddingChanged
Paint
ParentChanged
PreviewKeyDown
QueryAccessibilityHelp
QueryContinueDrag
RegionChanged
Resize
RightToLeftChanged
SizeChanged
StyleChanged
SystemColorsChanged
TabIndexChanged
TabStopChanged
TextChanged
Validated
Validating
VisibleChanged
Methods
AccessibilityNotifyClients(AccessibleEvents,Int32)
AccessibilityNotifyClients(AccessibleEvents,Int32,Int32)
BeginInvoke(Delegate)
BeginInvoke(Delegate,Object[])
BringToFront()
Contains(Control)
CreateAccessibilityInstance()
CreateControl()
CreateControlsInstance()
CreateGraphics()
CreateHandle()
DefWndProc(Message@)
DestroyHandle()
Dispose(Boolean)
DoDragDrop(Object,DragDropEffects)
DrawToBitmap(Bitmap,Rectangle)
EndInvoke(IAsyncResult)
FindForm()
Focus()
FromChildHandle(IntPtr)
FromHandle(IntPtr)
GetAccessibilityObjectById(Int32)
GetAutoSizeMode()
GetChildAtPoint(Point)
GetChildAtPoint(Point,GetChildAtPointSkip)
GetContainerControl()
GetNextControl(Control,Boolean)
GetPreferredSize(Size)
GetScaledBounds(Rectangle,SizeF,BoundsSpecified)
GetStyle(ControlStyles)
GetTopLevel()
Hide()
InitLayout()
Invalidate()
Invalidate(Boolean)
Invalidate(Rectangle)
Invalidate(Rectangle,Boolean)
Invalidate(Region)
Invalidate(Region,Boolean)
Invoke(Delegate)
Invoke(Delegate,Object[])
InvokeGotFocus(Control,EventArgs)
InvokeLostFocus(Control,EventArgs)
InvokeOnClick(Control,EventArgs)
InvokePaint(Control,PaintEventArgs)
InvokePaintBackground(Control,PaintEventArgs)
IsInputChar(Char)
IsInputKey(Keys)
IsKeyLocked(Keys)
IsMnemonic(Char,String)
NotifyInvalidate(Rectangle)
OnAutoSizeChanged(EventArgs)
OnBackColorChanged(EventArgs)
OnBackgroundImageChanged(EventArgs)
OnBackgroundImageLayoutChanged(EventArgs)
OnBindingContextChanged(EventArgs)
OnCausesValidationChanged(EventArgs)
OnChangeUICues(UICuesEventArgs)
OnClick(EventArgs)
OnClientSizeChanged(EventArgs)
OnContextMenuChanged(EventArgs)
OnContextMenuStripChanged(EventArgs)
OnControlAdded(ControlEventArgs)
OnControlRemoved(ControlEventArgs)
OnCreateControl()
OnCursorChanged(EventArgs)
OnDockChanged(EventArgs)
OnDoubleClick(EventArgs)
OnDragDrop(DragEventArgs)
OnDragEnter(DragEventArgs)
OnDragLeave(EventArgs)
OnDragOver(DragEventArgs)
OnEnabledChanged(EventArgs)
OnEnter(EventArgs)
OnFontChanged(EventArgs)
OnForeColorChanged(EventArgs)
OnGiveFeedback(GiveFeedbackEventArgs)
OnGotFocus(EventArgs)
OnHandleCreated(EventArgs)
OnHandleDestroyed(EventArgs)
OnHelpRequested(HelpEventArgs)
OnImeModeChanged(EventArgs)
OnInvalidated(InvalidateEventArgs)
OnKeyDown(KeyEventArgs)
OnKeyPress(KeyPressEventArgs)
OnKeyUp(KeyEventArgs)
OnLayout(LayoutEventArgs)
OnLeave(EventArgs)
OnLocationChanged(EventArgs)
OnLostFocus(EventArgs)
OnMarginChanged(EventArgs)
OnMouseCaptureChanged(EventArgs)
OnMouseClick(MouseEventArgs)
OnMouseDoubleClick(MouseEventArgs)
OnMouseDown(MouseEventArgs)
OnMouseEnter(EventArgs)
OnMouseHover(EventArgs)
OnMouseLeave(EventArgs)
OnMouseMove(MouseEventArgs)
OnMouseUp(MouseEventArgs)
OnMouseWheel(MouseEventArgs)
OnMove(EventArgs)
OnNotifyMessage(Message)
OnPaddingChanged(EventArgs)
OnPaint(PaintEventArgs)
OnPaintBackground(PaintEventArgs)
OnParentBackColorChanged(EventArgs)
OnParentBackgroundImageChanged(EventArgs)
OnParentBindingContextChanged(EventArgs)
OnParentChanged(EventArgs)
OnParentCursorChanged(EventArgs)
OnParentEnabledChanged(EventArgs)
OnParentFontChanged(EventArgs)
OnParentForeColorChanged(EventArgs)
OnParentRightToLeftChanged(EventArgs)
OnParentVisibleChanged(EventArgs)
OnPreviewKeyDown(PreviewKeyDownEventArgs)
OnPrint(PaintEventArgs)
OnQueryContinueDrag(QueryContinueDragEventArgs)
OnRegionChanged(EventArgs)
OnResize(EventArgs)
OnRightToLeftChanged(EventArgs)
OnSizeChanged(EventArgs)
OnStyleChanged(EventArgs)
OnSystemColorsChanged(EventArgs)
OnTabIndexChanged(EventArgs)
OnTabStopChanged(EventArgs)
OnTextChanged(EventArgs)
OnValidated(EventArgs)
OnValidating(CancelEventArgs)
OnVisibleChanged(EventArgs)
PerformLayout()
PerformLayout(Control,String)
PointToClient(Point)
PointToScreen(Point)
PreProcessControlMessage(Message@)
PreProcessMessage(Message@)
ProcessCmdKey(Message@,Keys)
ProcessDialogChar(Char)
ProcessDialogKey(Keys)
ProcessKeyEventArgs(Message@)
ProcessKeyMessage(Message@)
ProcessKeyPreview(Message@)
ProcessMnemonic(Char)
RaiseDragEvent(Object,DragEventArgs)
RaiseKeyEvent(Object,KeyEventArgs)
RaiseMouseEvent(Object,MouseEventArgs)
RaisePaintEvent(Object,PaintEventArgs)
RecreateHandle()
RectangleToClient(Rectangle)
RectangleToScreen(Rectangle)
ReflectMessage(IntPtr,Message@)
Refresh()
ResetBackColor()
ResetBindings()
ResetCursor()
ResetFont()
ResetForeColor()
ResetImeMode()
ResetMouseEventArgs()
ResetRightToLeft()
ResetText()
ResumeLayout()
ResumeLayout(Boolean)
RtlTranslateAlignment(ContentAlignment)
RtlTranslateAlignment(HorizontalAlignment)
RtlTranslateAlignment(LeftRightAlignment)
RtlTranslateContent(ContentAlignment)
RtlTranslateHorizontal(HorizontalAlignment)
RtlTranslateLeftRight(LeftRightAlignment)
Scale(SizeF)
Scale(Single)
Scale(Single,Single)
ScaleControl(SizeF,BoundsSpecified)
ScaleCore(Single,Single)
Select()
Select(Boolean,Boolean)
SelectNextControl(Control,Boolean,Boolean,Boolean,Boolean)
SendToBack()
SetAutoSizeMode(AutoSizeMode)
SetBounds(Int32,Int32,Int32,Int32)
SetBounds(Int32,Int32,Int32,Int32,BoundsSpecified)
SetBoundsCore(Int32,Int32,Int32,Int32,BoundsSpecified)
SetClientSizeCore(Int32,Int32)
SetStyle(ControlStyles,Boolean)
SetTopLevel(Boolean)
SetVisibleCore(Boolean)
Show()
SizeFromClientSize(Size)
SuspendLayout()
OnDragDrop()
OnDragEnter()
OnDragLeave()
OnDragOver()
Update()
UpdateBounds()
UpdateBounds(Int32,Int32,Int32,Int32)
UpdateBounds(Int32,Int32,Int32,Int32,Int32,Int32)
UpdateStyles()
UpdateZOrder()
WndProc(Message@)
Types
ControlAccessibleObject
ControlCollection
Tags
0103E2B958, 02E3ABA98D, 0376596F91
Software for developers
.Net Components
Delphi Components
Software for Android Developers
More information resources
WinAPI Programmer's Reference
Unix Manual Pages
Delphi Examples
Databases for Amazon shops developers
Amazon Categories Database
Browse Nodes Database